Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marketinview/1dd98d73296bf3fc8a00bd97572b1319 to your computer and use it in GitHub Desktop.
Save marketinview/1dd98d73296bf3fc8a00bd97572b1319 to your computer and use it in GitHub Desktop.
Qualtrics: Hide Footer on EOS page. Add code to Footer. #qualtrics #js #jq #footer #hide
<script>
Qualtrics.SurveyEngine.addOnload(function() {
if(jQuery("#EndOfSurvey").length > 0) jQuery("#Footer").hide();
});
</script>
@marketinview
Copy link
Author

marketinview commented Aug 2, 2018

See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment